/* Extra small devices (phones, 600px and down) */
/* @media only screen and (max-width: 600px) { */
	 /* .column { */
	/* width: 100%; */
    /* display: block; */
	/* padding: 10px; */
	/*margin-bottom:10px;*/
	/* margin-left: auto; */
    /* margin-right: auto ; */
	
	/* } */
	/* .card { */
	  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
	  /* transition: 0.3s; */
	  /* border-radius: 5px; */
	  /* height: 300px; */
	  /* margin-bottom:10px; */
	  /* background: green; */
	/* } */
	/* .imgScrollWrap_2 { */
            /* position: relative; */
            /* height: 180px; */
			/* margin: 0 auto; */
         /*border: 1px #999 solid;*/ 
            /* overflow: hidden; */
			
			/* width: 470px; */
        /* } */
		
	/* .imgScrollList_2{ */
            /* position: absolute; */
            /* top: 0; */
            /* left: 35px; */
            /* width: 720px; */
            /* height: 180px; */
            /* overflow: hidden; */
            /* z-index: 1; */
			
			/* width: 370px; */
			/* margin-left :15px; */
        /* } */

/* } */
@media only screen and (min-width: 395px) {
	.mobile-nav-toggle {
  color: #fff;
  font-size: 24px;
}
	 .column {
	width: 100%;
    display: block;
	padding: 10px;
	/* margin-bottom:10px; */
	margin-left: auto;
    margin-right: auto ;
	
	}
	.card {
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	  transition: 0.3s;
	  border-radius: 5px;
	  height: 270px;
	  margin-bottom:10px;
	 /* background: pink;*/
	}
	.imgScrollWrap_2 {
            position: relative;
            height: 180px;
			margin: 0 auto;
       /*   border: 1px #999 solid;  */
            overflow: hidden;
			
			width: 370px;
        }
		
	.imgScrollList_2{
            position: absolute;
            top: 0;
            left: 35px;
            height: 170px;
            overflow: hidden;
            z-index: 1;
			
			width: 270px;
			margin-left :15px;
        }


		.navbar-mobile a {
			padding: 10px 20px;
			font-size: 15px;
			color: white;
			/*margin-right: 330px;*/
			width: 150px;
		  }
}

@media only screen and (max-width: 395px) {
	.mobile-nav-toggle {
  color: #fff;
  font-size: 24px;
}
	 .column {
	width: 100%;
    display: block;
	padding: 10px;
	/* margin-bottom:10px; */
	margin-left: auto;
    margin-right: auto ;
	
	}
	.card {
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	  transition: 0.3s;
	  border-radius: 5px;
	  height: 270px;
	  margin-bottom:10px;
	 /*background:yellow;*/
	}
	.imgScrollWrap_2 {
            position: relative;
            height: 180px;
			margin: 0 auto;
       /*   border: 1px #999 solid;  */
            overflow: hidden;
			
			width: 370px;
        }
		
	.imgScrollList_2{
            position: absolute;
            top: 0;
            left: 35px;
            height: 170px;
            overflow: hidden;
            z-index: 1;
			
			width: 270px;
			margin-left :15px;
        }
		single-well img {
			float: right;
			width:550px; height:415px ;margin-top:5px;
		  }
}